postgresql 使用pg_restore时显示role "root" does not exist的解决办法

在docker里恢复bakcup格式的数据库,结果提示role "root" does not exist

解决方法:

切换用户:

su - postgres

然后再次运行命令:

pg_restore --dbname=数据库名 --jobs=4 --verbose data.backup

  

上一篇:JavaScript使用注意事项


下一篇:ORA-01919: role 'PLUSTRACE' does not exist