Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Backup liferay portal
hi i need to make auto backup for my portal so, if there are any way can use it to make auto backuphint:i use liferay 7.2 ce ga2
A liferay backup consists of two things:
There is nothing in Liferay to do this backup for you. It is very much dependent upon the DB you choose and how you are storing docs. So it is up to you to build the process to back these up.
- A database backup.
- A doc lib backup, typically from the filesystem.
There is nothing in Liferay to do this backup for you. It is very much dependent upon the DB you choose and how you are storing docs. So it is up to you to build the process to back these up.
i use mysql and do you means can't do this anyway?
Just use regular mysql facilities to make the backup.
Use mysqldump:
https://dev.mysql.com/doc/refman/5.7/en/mysqldump-sql-format.html
AND create a copy of the data/document_library folder (I usually rsync it somewhere since changes are usually minor and copying everything takes a while).
Note: There is some danger that files are added/deleted while you copy the files. So it is best to do this outside office hours, when nobody uploads/deletes new documents.
https://dev.mysql.com/doc/refman/5.7/en/mysqldump-sql-format.html
AND create a copy of the data/document_library folder (I usually rsync it somewhere since changes are usually minor and copying everything takes a while).
Note: There is some danger that files are added/deleted while you copy the files. So it is best to do this outside office hours, when nobody uploads/deletes new documents.
Cross-referencing. Please limit yourself to one thread per topic in future, and collect all the important information in one place.
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™