GBase 8a
运维管理
文章

gcdump避免输出drop database

发表于2025-01-02 14:49:0622次浏览1个评论

使用gcdump时,在后面将结果替换掉即可,如下:

gcdump -B test -ugbase -p --no-create-db | sed 's/DROP TABLE/-- DROP TABLE/g' > out.sql

评论

登录后才可以发表评论
枫溪发表于 8个月前
路过