在docker里恢复bakcup格式的数据库,结果提示role "root" does not exist
解决方法:
切换用户:
su - postgres
然后再次运行命令:
pg_restore --dbname=数据库名 --jobs=4 --verbose data.backup
2023-07-22 22:55:58
在docker里恢复bakcup格式的数据库,结果提示role "root" does not exist
解决方法:
切换用户:
su - postgres
然后再次运行命令:
pg_restore --dbname=数据库名 --jobs=4 --verbose data.backup