ERROR: template database "template1" does not exist
我该怎样做才能让事情再次发生.我会非常感谢任何帮助.
幸运的是我保留了postgres数据库,因为postgres用户需要登录到psql.因此,创建了template0和template1数据库:create database template0 TEMPLATE postgres;
和template1相同.然后执行:
update pg_database set datistemplate=true where datname='template0';
两个数据库都阻止我自己再次意外删除这些模板.
现在一切正常:)
总结以上是内存溢出为你收集整理的postgresql – template0和template1数据库意外丢失全部内容,希望文章能够帮你解决postgresql – template0和template1数据库意外丢失所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)