This question has been flagged
3 Replies
1948 Views

If I use /web/database/manager to backup my Odoo Server, I get an error:

Uncaught SyntaxError: Unexpected end of JSON input 
https://mysite.site/web/database/manager#action=database_manager:1

Is there an another way to backup your Odoo server?

Avatar
Discard
Best Answer

You could use pgdump on the server directly to do a backup.

Have you looked at Odoo logs, to see if there's any further details on the error?

Avatar
Discard
Author

will check the logs now

Author

When I start the backup in /web/database/manager I get a line, when it throws an error, there is no line for it in the log

Best Answer

Hi, 

What system do you work on? (windows, linux ...)
look this, 
https://github.com/odoo/odoo/issues/5540


Avatar
Discard
Author

Ubuntu