Step1: 將身分別切換到postgres,使用指令 su - postgres
Step2:pg_dump -U postgres confluenceDB > /tmp/outfile.dump
Step3:createdb -U postgres tempDB
Step4:psql -U username tempDB < outfile.dump
Step5:
update
BODYCONTENT
set
BODY=
'a'
;
update
CWD_USER
set
CREDENTIAL=
'{PKCS5S2}ymGp6ZB7V+CS6xORA4DEDNDnv+RHyLlZl43Rc25gJ+Vw7ZTUGpzxuDhJv7hAgruT'
;
沒有留言:
張貼留言