echo'Detected an existing V1 PostgreSQL database that would have been deleted. To proceed and delete this V1 PostgreSQL database, set AUTO_DEVOPS_POSTGRES_DELETE_V1 to a non-empty value and redeploy.'
echo'Detected an existing PostgreSQL database installed on the
deprecated channel 1, but the current channel is set to 2. The default
channel changed to 2 in of GitLab 13.0.
- To continue using the channel 1 PostgreSQL database, set
AUTO_DEVOPS_POSTGRES_CHANNEL to 1 and redeploy
- OR, to proceed with deleting the channel 1 PostgreSQL database
and install a fresh channel 2 database, set AUTO_DEVOPS_POSTGRES_DELETE_V1
to a non-empty value and redeploy.
WARNING: This will PERMANENTLY DELETE the existing channel 1 database.
For details on backing up your database and upgrading channels, see