Hi brothers and sisters, I´m running Alfresco 4.2.e community edition (64 bits) on centos 6.4, everything was ok, but one week ago, I got a message "postgresql" can´t start. the I went to see my system logs and there´s no space available on root partition. I already change my data file on alfresco-global.properties from dir.root/opt/alfreco-4.2.e/alf_data to the new location. in that location I have more than 200GB, so i try to upload some files to my site, but I got a fail message. I have not time to reinstall. I wonder if is there a way to change everything to my other partition with 200GB the other one just is 10GB.
I made login on to my /share/page but there´s not any sites that I had created. Please if somebody can tell me if there´s something else to do for restore my files on mi sites´s library.
What you need to do is cold backup, stop the server and then export the DB and the file content area. here is what I have for a mysql setup. Your milage may vary #!/bin/ksh ################################################################# ## **.sh ### ## ### ## Author Version Date Description ### ## ====== ========= ====== ============= ### ## mford 1.0 12/08/10 Created ### ## mford 1.0 06/08/11 Create TAR ### ## mford 2.0 03/26/12 Revamp for the ** ################################################################ ## daily alfresco backup ## ##########################################
##################################### ## Migration steps: ## ## 1. Stop the Alfresco Server ## ## 2. Mysql dump of Alfresco Db ## ## 4. Copy alf_data directory ## ## 5. Restart server ##################################### ## Variables set up for platform ### ## configuration ### #####################################