Using PostgreSQL with KUSANAGI 9
KUSANAGI 9 now supports PostgreSQL versions 14 and 15, allowing users to upgrade PostgreSQL and run CMS platforms like Drupal—not just WordPress—on PostgreSQL. Using the kusanagi dbinit psql and kusanagi upgrade psql commands, you can not only switch the database in use but also upgrade or optimize its configuration. Keep in mind, however, that switching databases requires a backup, and data migration must be handled manually. Additionally, the kusanagi upgrade psql command supports upgrading PostgreSQL versions, but does not support downgrades. Back up the database. Both kusanagi dbinit psql and kusanagi upgrade psql perform significant changes to your database environment. While KUSANAGI is designed to ensure stability, there is no … Read more