Files
ubicloud/migrate/20230926_postgres.rb
Burak Yucesoy 0bf059c4b5 Protect postgres superuser password
Previously we processes superuser password just like any other information. For
example we kept it in the database unencrypted and passed it to VM along with
other configurations. That was OK because we don't have any managed PostgreSQL
instances running. However as a part of making PostgreSQL service production
ready, we should handle superuser password more carefuly, which is what this
commit does.
2023-10-09 12:38:58 +03:00

768 B