Hi!
I moved an odoo database from one instance to another. In this second instance, the database should be neutralized.
Before, when the database was small, I could easily do this through the web interface. However, downloading and uploading a multi-GB zip file is not practical.
So, I copied over the filestore and db dump manually from one to the other host/instance. Now, I want to neutralize the database on the new host.
I already figured out I have to add a system parameter with key database.is_neutralized
with value true
, but I would also like to get the red neutralized warning banner on top.
I believe I can add it manually, copying over views from another database, but I feel unsure this is the correct way of approaching this. Also, is the database *actually* neutralized?
In short, is there an easy option, from the command line or in the UI to neutralize a database after it has been restored?