I have made a .sh script for the automatic backup of my database and it was perfectly coming.but the issue started when i have change my method to run the server, as in past it was run by the whole path first i.e ./openerp-server --addons=addons,/home/test/Desktop/LIVE-SERVER/aalmir_git_new --db-filter='test' --xmlrpc-port=8069 but when i started the same by configuration file and run the server by this python openerp-server -c odoo.conf -d test and included workers and else setting in conf, then the backup was coming in just a 30 or 40kb and is not proper as the database is 11 GB.Please help me in this.
This question has been flagged
1
Odpovědět
4835
Zobrazení
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
0
dub 26
|
33 | ||
|
|
3
zář 25
|
3727 | ||
|
|
1
kvě 22
|
6023 | ||
|
|
1
dub 22
|
8737 | ||
|
|
2
lis 20
|
5777 |
Perhaps you could use backup modues such as https://apps.odoo.com/apps/modules/13.0/auto_backup/ ?