cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco BACKUP and RESTORE

raju
Champ in-the-making
Champ in-the-making
HI all,

we have lost our alfresco community server but we have the backup of database and alf_data folder so i have installed new Alfresco community and restore and and replace that alf_data folder and started services but i unable to login no user working anybody help me rectify this issue is this write process which i have done for restore or is there any file to replace from old server to new server while restore except alf_data its urgent please provide solution as soon as possible.

while logging with any previous users am getting the same error but before we have used those user to login the error is:

The remote server may be unavailable or your authentication details have not been recognized.



thanks

R@J..!!!
2 REPLIES 2

rjohnson
Star Contributor
Star Contributor
I have moved Alfresco instances between machines by doing exactly what you have done, so in principal it should work just fine.
First point, is the version of Alfresco you have installed the same as the version you lost?
Second, have you checked alfresco.log and catalina.out to see exactly why it thinks the remote server is not available?
Finally, I assume that you shut down Alfresco completely before you did your backups and before you did your restore.


Bob Johnson

bopolissimus
Confirmed Champ
Confirmed Champ
as bob says, you'll want to look (probably paste here) relevant sections of your alfresco.log and/or catalina.out.  When I've had that error ("The remote server may be unavailable or your authentication details have not been recognized.") the reason is either:

1. I'm trying to log in to /share but /alfresco did not start correctly.  share talks to alfresco.  so share may start up (you can see its login screen) but you can't actually login since alfresco didn't start so share can't auth.

2. you may have modified the authentication chain (e.g., your previous alfresco may have been using active directory or LDAP auth or even passthru). 

to see which is the case, first browse to /alfresco.  If that doesn't work (you DO NOT see the /alfresco login screen there) then you have problem #1 above.  paste your log files (or look at your log files for errors and paste those).

If you *DO* see the /alfresco login screen then your old alfresco had customizations that your new alfresco doesn't have.  I would probably copy the whole of tomcat/shared/classes over from the old alfresco to the new.  most of the changes you'll need will be in alfresco-global.properties, but there might be some subsystem specific config in alfresco/extension/subsystems too.

If that still doesn't work, then you'll need to understand your system more completely (and describe it more completely here).  e.g., you might be using kerberos or some sort of SSO configuration at apache level, etc.

In future, you should always have a staging or development server.  You test things on staging before deploying to production. You also test your backup and restore on staging (run backups on production, and every week or every month, take a current backup and restore it to staging, make sure that your backups CAN BE RESTORED.