vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi List , I restored the filesystem backup tar and ran postgres 7.3.8 on the data folder. there was no problem at all. DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postgres" using argv[0] DEBUG: invoking IpcMemoryCreate(size=1466368) DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postmaster" using argv[0] LOG: database system was shut down at 2006-12-04 12:30:21 IST LOG: checkpoint record is at 0/39DF3C2C LOG: redo record is at 0/39DF3C2C; undo record is at 0/0; shutdown TRUE LOG: next transaction id: 2006905; next oid: 15212626 LOG: database system is ready DEBUG: proc_exit(0) DEBUG: shmem_exit(0) DEBUG: exit(0) DEBUG: reaping dead processes I think the above messages support the fact that the database was shutdown properly before the filesystem level backup. Can anyone kindly confirm it ? I listed the tables and did some selects the data seems to be there. I think postgres was not starting for some peripheral issues not because that data folder was corrupted. BTW when i first started postmaster it gave an error related to too liberal permissions. Probably the original poster was doing the same mistake. Regds mallah. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| > I think the above messages support the fact that the database was > shutdown > properly before the filesystem level backup. > Can anyone kindly confirm it ? "LOG: database system is ready" Says it all - if it hadn't been, you'd have gotten "LOG: database system was not shut-down cleanly, recovering" or along those lines. > > I listed the tables and did some selects the data seems to be there. > I think postgres was not starting for some peripheral issues > not because that data folder was corrupted. > > BTW > when i first started postmaster it gave an error related to > too liberal permissions. Probably the original poster was doing > the same mistake. > > Regds > mallah. > > ---------------------------(end of broadcast)--------------------------- > TIP 2: Don't 'kill -9' the postmaster > > !DSPAM:37,457d667230861609539772! > > -- Andy Shellam NetServe Support Team the Mail Network "an alternative in a standardised world" p: +44 (0) 121 288 0832/0839 m: +44 (0) 7818 000834 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| All looks according to the logs to me... ----------- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/11/06, Rajesh Kumar Mallah <mallah.rajesh@gmail.com> wrote: > > Hi List , > > I restored the filesystem backup tar and ran postgres 7.3.8 on the data > folder. > there was no problem at all. > > DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postgres" using > argv[0] > DEBUG: invoking IpcMemoryCreate(size=1466368) > DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postmaster" using > argv[0] > LOG: database system was shut down at 2006-12-04 12:30:21 IST > LOG: checkpoint record is at 0/39DF3C2C > LOG: redo record is at 0/39DF3C2C; undo record is at 0/0; shutdown TRUE > LOG: next transaction id: 2006905; next oid: 15212626 > LOG: database system is ready > DEBUG: proc_exit(0) > DEBUG: shmem_exit(0) > DEBUG: exit(0) > DEBUG: reaping dead processes > > I think the above messages support the fact that the database was shutdown > properly before the filesystem level backup. > Can anyone kindly confirm it ? > > I listed the tables and did some selects the data seems to be there. > I think postgres was not starting for some peripheral issues > not because that data folder was corrupted. > > BTW > when i first started postmaster it gave an error related to > too liberal permissions. Probably the original poster was doing > the same mistake. > > Regds > mallah. > |
| ||||
| I meant "all looks *good* according to the logs" ----------- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/11/06, Shoaib Mir <shoaibmir@gmail.com> wrote: > > All looks according to the logs to me... > > ----------- > Shoaib Mir > EnterpriseDB (www.enterprisedb.com) > > On 12/11/06, Rajesh Kumar Mallah < mallah.rajesh@gmail.com> wrote: > > > > Hi List , > > > > I restored the filesystem backup tar and ran postgres 7.3.8 on the data > > folder. > > there was no problem at all. > > > > DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postgres" using > > argv[0] > > DEBUG: invoking IpcMemoryCreate(size=1466368) > > DEBUG: FindExec: found "/opt/usr/local/pgsql7.3/bin/postmaster" using > > argv[0] > > LOG: database system was shut down at 2006-12-04 12:30:21 IST > > LOG: checkpoint record is at 0/39DF3C2C > > LOG: redo record is at 0/39DF3C2C; undo record is at 0/0; shutdown TRUE > > LOG: next transaction id: 2006905; next oid: 15212626 > > LOG: database system is ready > > DEBUG: proc_exit(0) > > DEBUG: shmem_exit(0) > > DEBUG: exit(0) > > DEBUG: reaping dead processes > > > > I think the above messages support the fact that the database was > > shutdown > > properly before the filesystem level backup. > > Can anyone kindly confirm it ? > > > > I listed the tables and did some selects the data seems to be there. > > I think postgres was not starting for some peripheral issues > > not because that data folder was corrupted. > > > > BTW > > when i first started postmaster it gave an error related to > > too liberal permissions. Probably the original poster was doing > > the same mistake. > > > > Regds > > mallah. > > > > |
| Thread Tools | |
| Display Modes | |
|
|