Hi guys!
I did a DB dump as suggested in Backup documents, but used for a different porpouse, I used it to move projects from the 4.5 version to the 4.8, but the dump overwrites all even admin's password.
The biggest problem is after it I can access the projects by hand writting //192.168.x.x/tactic/projectname, but //192.168.x.x/tactic/ sends an error 404
Any ideas?
Thanks!
Nacho
I did a DB dump as suggested in Backup documents, but used for a different porpouse, I used it to move projects from the 4.5 version to the 4.8, but the dump overwrites all even admin's password.
The biggest problem is after it I can access the projects by hand writting //192.168.x.x/tactic/projectname, but //192.168.x.x/tactic/ sends an error 404
Code:
pg_dumpall -U postgres -c > tacticDatabase.sql
psql -U postgres < tacticDatabase.sql
Thanks!
Nacho
Nachogor