Estou tendo um problema com o postgresql. Tudo estava funcionando bem até meu computador travar e o Windows fez uma coisa de checkpoint de restauração. Depois disso, foi um pesadelo. Normalmente eu começaria o postgresql por um arquivo bat que eu criei com a seguinte linha:
NET START postgresql-x64-9.3
No passado, isso funcionou, mas não mais. Bow eu recebo a mensagem
The service name is invalid. More help is available by typing NET HELPMSG 2185.
Eu verifiquei meus arquivos de log, mas não consigo encontrar nada, este é o arquivo de log mais recente que eu tenho (é de ontem).
2015-01-04 08:49:25 CET LOG: database system was shut down at 2015-01-03 18:16:45 CET
2015-01-04 08:49:25 CET FATAL: the database system is starting up
2015-01-04 08:49:26 CET FATAL: the database system is starting up
2015-01-04 08:49:27 CET FATAL: the database system is starting up
2015-01-04 08:49:28 CET FATAL: the database system is starting up
2015-01-04 08:49:29 CET LOG: database system is ready to accept connections
2015-01-04 08:49:29 CET LOG: autovacuum launcher started
2015-01-04 13:01:28 CET LOG: received fast shutdown request
2015-01-04 13:01:28 CET LOG: aborting any active transactions
2015-01-04 13:01:28 CET LOG: autovacuum launcher shutting down
2015-01-04 13:01:28 CET LOG: shutting down
2015-01-04 13:01:28 CET LOG: database system is shut down
Alguém pode me ajudar a fazer com que o postgres funcione novamente? Agradecemos antecipadamente.
Usando o windows 7 64 bit ultimate e o postgres 9.3 64 bit.
Tags windows postgresql restore