Search code examples
mariadbopenstackopenstack-nova

error during DB sync of nova in openstack


pymysql.err.InternalError: (1050, "Table 'instances' already exists")

While populating database in nova installation im getting this error.We are using maria DB 10.5.5 but still this issue is not solved. please help to resolve this issue..


Solution

  • Looks like db tables are already created, If this is a fresh installation,try to delete the nova database and re-create it.