echo
echo Old ${PG_MAJOR_OLD} database is stored at /shared/postgres_data_old
echo
- echo Please run "./launcher bootstrap" again
+ echo Please run "./launcher rebuild" again
echo -------------------------------------------------------------------------------------
# Magic exit status to denote no failure
exit 77
- exec:
cmd: echo redis installed
hook: redis
+ - exec: cat /etc/redis/redis.conf | grep logfile
+
+ - exec:
+ background: true
+ cmd: exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
+
+ - exec: sleep 10
# we can not migrate without redis, launch it if needed
hooks: