在docker里恢復bakcup格式的資料庫,結果提示role "root" does not exist 解決方法: 切換用戶: 然後再次運行命令: ...
在docker里恢復bakcup格式的資料庫,結果提示role "root" does not exist
解決方法:
切換用戶:
su - postgres
然後再次運行命令:
pg_restore --dbname=資料庫名 --jobs=4 --verbose data.backup
在docker里恢復bakcup格式的資料庫,結果提示role "root" does not exist 解決方法: 切換用戶: 然後再次運行命令: ...
在docker里恢復bakcup格式的資料庫,結果提示role "root" does not exist
解決方法:
切換用戶:
su - postgres
然後再次運行命令:
pg_restore --dbname=資料庫名 --jobs=4 --verbose data.backup