Skip to content

Commit

Permalink
Update init-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius committed Sep 30, 2023
1 parent b2c3ea5 commit c5ed8e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions init-db.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

wget --no-check-certificate http://illarion.org/media/localserver/db_dumps.php?request=schema -O devserver_schema.dump --quiet
wget --no-check-certificate http://illarion.org/media/localserver/db_dumps.php?request=content -O devserver_content.dump --quiet
wget --no-check-certificate http://illarion.org/media/localserver/db_dumps.php?request=accounts_schema -O accounts_schema.dump --quiet
wget --no-check-certificate http://illarion.org/media/localserver/db_dumps.php?request=accounts_content -O accounts_content.dump --quiet
wget --no-check-certificate http://illarion.org/media/localserver/db_dumps.php?request=homepage_schema -O homepage_schema.dump --quiet
wget --no-check-certificate https://illarion.org/media/localserver/db_dumps.php?request=schema -O devserver_schema.dump --quiet
wget --no-check-certificate https://illarion.org/media/localserver/db_dumps.php?request=content -O devserver_content.dump --quiet
wget --no-check-certificate https://illarion.org/media/localserver/db_dumps.php?request=accounts_schema -O accounts_schema.dump --quiet
wget --no-check-certificate https://illarion.org/media/localserver/db_dumps.php?request=accounts_content -O accounts_content.dump --quiet
wget --no-check-certificate https://illarion.org/media/localserver/db_dumps.php?request=homepage_schema -O homepage_schema.dump --quiet

psql -v -d illarion -U illarion <<-EOSQL
CREATE USER homepage;
Expand Down

0 comments on commit c5ed8e2

Please sign in to comment.