FATAL: database files are incompatible with server

After ‘brainframe update’, I have the following error messages when I run ‘brainframe compose up’. The version before upgrade was v0.29.6, the version upgrade is v0.29.6.3

database_1        | 2024-07-09 19:01:50.195 UTC [1] FATAL:  database files are incompatible with server
database_1        | 2024-07-09 19:01:50.195 UTC [1] DETAIL:  The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 15.3.

This is due to the security upgrade of the latest brainframe-os version, the internal PostgreSQL database has been upgraded from v9.6 to v15.3. Simply remove the old database in volume folder will solve the problem, BE CAREFUL - ALL CONFIGURATION AND JOURNAL ENTRIES IN BRAINFRAME DATABASE WILL BE REMOVED BY THE FOLLOWING STEPS,

$ brainframe info
install_path: /usr/local/share/brainframe
data_path: /var/local/brainframe
server_version: v0.29.6.3
$ rm -rf /var/local/brainframe/volume/database