I am running Odoo 15.0-20220902 (Community Edition) on a TrueNAS-SCALE-22.12.0 installation using truecharts https://truecharts.org/charts/stable/odoo
I am having a problem where odoo is running inside a Kubernetes environment and I cannot edit the /etc/odoo/odoo.conf file to adjust the default
limit_time_cpu = 60
limit_time_real = 120
Because of this I am getting issues trying to make a system backup using the /web/database/manager portal. The process times out and my backups are irregular sizes and fail to complete leaving the zip file in an error state where trying to open causes an “unexpected end of file” error.
I am curious if I can make a manual backup. I know there needs to be an _manifest_.py, datastore, and pg_dump in the zip file. The DB backup works as it is a small db and site. The datastore pod I can mount and copy the data out manually. I do not know where the _manifest_.py file is located though so I am not sure how to get it. Would this process of manually zipping all the data even work?
I am moving from community to enterprise since I cannot run the upgrade script in the Kubernetes environment I was hoping I could get a backup out of this environment and then install odoo 15 community onto a windows server and load the backup in, then process the upgrade. Once complete I would take a backup and load that into the odoo.sh environment and redirect traffic up after testing.
Any advice or help is greatly appreciated.