We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36d854 commit 5025b38Copy full SHA for 5025b38
ansible/files/admin_api_scripts/pg_upgrade_scripts/complete.sh
@@ -55,6 +55,10 @@ function complete_pg_upgrade {
55
echo "5. Restarting postgresql"
56
retry 3 service postgresql restart
57
58
+ echo "5.1. Restarting gotrue and postgrest"
59
+ retry 3 service gotrue restart
60
+ retry 3 service postgrest restart
61
+
62
echo "6. Starting vacuum analyze"
63
retry 3 start_vacuum_analyze
64
}
0 commit comments