Skip to content

Commit 5025b38

Browse files
authored
chore: restart gotrue and postgrest after pg_upgrade (#791)
1 parent a36d854 commit 5025b38

File tree

1 file changed

+4
-0
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+4
-0
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/complete.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ function complete_pg_upgrade {
5555
echo "5. Restarting postgresql"
5656
retry 3 service postgresql restart
5757

58+
echo "5.1. Restarting gotrue and postgrest"
59+
retry 3 service gotrue restart
60+
retry 3 service postgrest restart
61+
5862
echo "6. Starting vacuum analyze"
5963
retry 3 start_vacuum_analyze
6064
}

0 commit comments

Comments
 (0)