|
我用ctl -dd 备份sqlserver2014数据库的数据,再用ctl -rd 20221107110850恢复到openGauss空数据库去。现在出现下面错误:
<openjpa-3.1.0-rafcec21a1d489dff682a3ce7986fac6a1c80e8e0 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: [10.16.50.32:57421/10.16.50.33:5432] ERROR: relation "ptl_templatepage_availableunitlist" already exists {stmnt 1410164462 CREATE INDEX PTL_TEMPLATEPAGE_availableUnitList ON PTL_TEMPLATEPAGE_availableUnitList (TEMPLATEPAGE_XID)} [code=8879, state=42P07]
查看ptl_templatepage_availableunitlist表,没看到索引
|
|