2
.gitignore
vendored
2
.gitignore
vendored
@@ -33,3 +33,5 @@ src/astro-typesafe-api-caller.ts
|
|||||||
dbml/schema.dbml
|
dbml/schema.dbml
|
||||||
|
|
||||||
prisma/migrations/20250315143314_/migration.sql
|
prisma/migrations/20250315143314_/migration.sql
|
||||||
|
|
||||||
|
src/astro-typesafe-api-caller.ts
|
||||||
12
umzug.bash
Normal file
12
umzug.bash
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# -------- Dieses Skript sollte auf dem alten Server ausgeführt werden ------- #
|
||||||
|
|
||||||
|
./aws/install --install-dir ~/.local/aws-cli --bin-dir ~/.local/bin
|
||||||
|
source ~/.bashrc
|
||||||
|
|
||||||
|
|
||||||
|
export AWS_RESPONSE_CHECKSUM_VALIDATION=when_required
|
||||||
|
export AWS_REQUEST_CHECKSUM_CALCULATION=when_required
|
||||||
|
|
||||||
|
|
||||||
|
aws s3 sync ./persistent/generated/ s3://ibc-pdfs/ --endpoint-url https://s3-eu-central-1.ionoscloud.com --storage-class STANDARD
|
||||||
|
aws s3 sync ./persistent/uploads/ s3://ibc-images/ --endpoint-url https://s3-eu-central-1.ionoscloud.com --storage-class STANDARD
|
||||||
Reference in New Issue
Block a user