Skip to content

Commit 0512384

Browse files
committed
directing to new backup server
1 parent 6c8ead0 commit 0512384

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CI/validate_and_deploy/2_deploy/server_scripts/wait-for-postgres.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ if [[ "${basic_config__ENVIRONMENT}" == "TEST" ]]; then
2727
--set=WALL_E_DB_DBNAME="${database_config__WALL_E_DB_DBNAME}" \
2828
-h "$host" -U "postgres" -f "${HOME_DIR}"/create-database.ddl
2929
python3 django_manage.py migrate
30-
wget https://dev.sfucsss.org/wall_e/fixtures/banrecords.json
31-
wget https://dev.sfucsss.org/wall_e/fixtures/commandstats.json
32-
wget https://dev.sfucsss.org/wall_e/fixtures/levels.json
33-
wget https://dev.sfucsss.org/wall_e/fixtures/profilebucketsinprogress.json
34-
wget https://dev.sfucsss.org/wall_e/fixtures/reminders.json
35-
wget https://dev.sfucsss.org/wall_e/fixtures/userpoints.json
30+
wget https://backups.sfucsss.org/latest/banrecords.json
31+
wget https://backups.sfucsss.org/latest/commandstats.json
32+
wget https://backups.sfucsss.org/latest/levels.json
33+
wget https://backups.sfucsss.org/latest/profilebucketsinprogress.json
34+
wget https://backups.sfucsss.org/latest/reminders.json
35+
wget https://backups.sfucsss.org/latest/userpoints.json
3636
python3 django_manage.py loaddata banrecords.json
3737
python3 django_manage.py loaddata commandstats.json
3838
python3 django_manage.py loaddata levels.json

run_walle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ else
7070
fi
7171
python3 django_manage.py migrate
7272
rm banrecords.json commandstats.json levels.json profilebucketsinprogress.json reminders.json userpoints.json || true
73-
wget -r --no-parent -nd https://dev.sfucsss.org/wall_e/fixtures/ -A 'json'
73+
wget -r --no-parent -nd https://backups.sfucsss.org/latest/ -A 'json'
7474
python3 django_manage.py loaddata banrecords.json
7575
python3 django_manage.py loaddata commandstats.json
7676
python3 django_manage.py loaddata levels.json

0 commit comments

Comments
 (0)