Upgrade function from 1.7 to 2 didn't migrate database

Hi!

Just did the automatic upgrade to v2 using the online documentation. The new instance starts and i can get to the web interface but my old databases seem to be missing. I have backups of 1.7 so i can downgrade and restore, but can I import the backup from 1.7 to 2?

Can anyone understand where my data went?

Here is the upgrade log:

{“level”:“info”,“ts”:1641462740.5733426,“caller”:“upgrade/upgrade.go:416”,“msg”:“No InfluxDB 1.x config file specified, skipping its upgrade”}
{“level”:“info”,“ts”:1641462740.5742507,“caller”:“upgrade/upgrade.go:419”,“msg”:“Upgrade source paths”,“meta”:“C:\Users\gnarv\.influxdb\meta”,“data”:“C:\Users\gnarv\.influxdb\data”}
{“level”:“info”,“ts”:1641462740.574796,“caller”:“upgrade/upgrade.go:420”,“msg”:“Upgrade target paths”,“bolt”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”,“engine”:“C:\Users\gnarv\.influxdbv2\engine”}
{“level”:“info”,“ts”:1641462740.5862923,“caller”:“bolt/bbolt.go:83”,“msg”:“Resources opened”,“service”:“bolt”,“path”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”}
{“level”:“info”,“ts”:1641462740.5917573,“caller”:“migration/migration.go:175”,“msg”:“Bringing up metadata migrations”,“service”:“migrations”,“migration_count”:18}
{“level”:“info”,“ts”:1641462944.3464842,“caller”:“upgrade/setup.go:73”,“msg”:“CLI config has been stored.”,“path”:“C:\Users\gnarv\.influxdbv2\configs”}
{“level”:“info”,“ts”:1641462944.3471465,“caller”:“upgrade/database.go:202”,“msg”:“Checking available disk space”}
{“level”:“info”,“ts”:1641462944.356593,“caller”:“upgrade/database.go:223”,“msg”:“Computed disk space”,“free”:“10 GB”,“required”:“34 MB”}
{“level”:“info”,“ts”:1641462955.3440285,“caller”:“upgrade/database.go:51”,“msg”:“Upgrading databases”}
{“level”:“info”,“ts”:1641462955.3440285,“caller”:“upgrade/database.go:195”,“msg”:“Database upgrade complete”,“upgraded_count”:0}
{“level”:“info”,“ts”:1641462955.3450997,“caller”:“upgrade/security.go:31”,“msg”:“There are no users in 1.x, nothing to upgrade”}
{“level”:“info”,“ts”:1641462955.3456233,“caller”:“upgrade/upgrade.go:489”,“msg”:“Upgrade successfully completed. Start the influxd service now, then log in”,“login_url”:“http://localhost:8086”}
{“level”:“info”,“ts”:1696941757.1607049,“caller”:“upgrade/upgrade.go:401”,“msg”:“Starting InfluxDB 1.x upgrade”}
{“level”:“info”,“ts”:1696941757.1616,“caller”:“upgrade/upgrade.go:415”,“msg”:“No InfluxDB 1.x config file specified, skipping its upgrade”}
{“level”:“info”,“ts”:1696941757.1622033,“caller”:“upgrade/upgrade.go:418”,“msg”:“Upgrade source paths”,“meta”:“C:\Users\gnarv\.influxdb\meta”,“data”:“C:\Users\gnarv\.influxdb\data”}
{“level”:“info”,“ts”:1696941757.1627684,“caller”:“upgrade/upgrade.go:419”,“msg”:“Upgrade target paths”,“bolt”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”,“engine”:“C:\Users\gnarv\.influxdbv2\engine”}
{“level”:“info”,“ts”:1696941757.181185,“caller”:“bolt/bbolt.go:83”,“msg”:“Resources opened”,“service”:“bolt”,“path”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”}
{“level”:“info”,“ts”:1696941757.1839147,“caller”:“migration/migration.go:175”,“msg”:“Bringing up metadata migrations”,“service”:“migrations”,“migration_count”:20}
{“level”:“info”,“ts”:1696941808.2049756,“caller”:“upgrade/upgrade.go:401”,“msg”:“Starting InfluxDB 1.x upgrade”}
{“level”:“info”,“ts”:1696941808.2059898,“caller”:“upgrade/upgrade.go:415”,“msg”:“No InfluxDB 1.x config file specified, skipping its upgrade”}
{“level”:“info”,“ts”:1696941808.2069852,“caller”:“upgrade/upgrade.go:418”,“msg”:“Upgrade source paths”,“meta”:“C:\Users\gnarv\.influxdb\meta”,“data”:“C:\Users\gnarv\.influxdb\data”}
{“level”:“info”,“ts”:1696941808.2069852,“caller”:“upgrade/upgrade.go:419”,“msg”:“Upgrade target paths”,“bolt”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”,“engine”:“C:\Users\gnarv\.influxdbv2\engine”}
{“level”:“info”,“ts”:1696941808.2164962,“caller”:“bolt/bbolt.go:83”,“msg”:“Resources opened”,“service”:“bolt”,“path”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”}
{“level”:“info”,“ts”:1696941808.2213337,“caller”:“migration/migration.go:175”,“msg”:“Bringing up metadata migrations”,“service”:“migrations”,“migration_count”:20}
{“level”:“info”,“ts”:1696942642.9339457,“caller”:“upgrade/upgrade.go:401”,“msg”:“Starting InfluxDB 1.x upgrade”}
{“level”:“info”,“ts”:1696942642.9339457,“caller”:“upgrade/upgrade.go:415”,“msg”:“No InfluxDB 1.x config file specified, skipping its upgrade”}
{“level”:“info”,“ts”:1696942642.934628,“caller”:“upgrade/upgrade.go:418”,“msg”:“Upgrade source paths”,“meta”:“C:\Users\gnarv\.influxdb\meta”,“data”:“C:\Users\gnarv\.influxdb\data”}
{“level”:“info”,“ts”:1696942642.9351394,“caller”:“upgrade/upgrade.go:419”,“msg”:“Upgrade target paths”,“bolt”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”,“engine”:“C:\Users\gnarv\.influxdbv2\engine”}
{“level”:“info”,“ts”:1696942642.9527895,“caller”:“bolt/bbolt.go:83”,“msg”:“Resources opened”,“service”:“bolt”,“path”:“C:\Users\gnarv\.influxdbv2\influxd.bolt”}
{“level”:“info”,“ts”:1696942642.9555142,“caller”:“migration/migration.go:175”,“msg”:“Bringing up metadata migrations”,“service”:“migrations”,“migration_count”:20}
{“level”:“info”,“ts”:1696942681.2238853,“caller”:“upgrade/setup.go:73”,“msg”:“CLI config has been stored.”,“path”:“C:\Users\gnarv\.influxdbv2\configs”}
{“level”:“info”,“ts”:1696942681.2238853,“caller”:“upgrade/database.go:202”,“msg”:“Checking available disk space”}
{“level”:“info”,“ts”:1696942681.2368217,“caller”:“upgrade/database.go:223”,“msg”:“Computed disk space”,“free”:“11 GB”,“required”:“34 MB”}
{“level”:“info”,“ts”:1696942699.4193158,“caller”:“upgrade/database.go:51”,“msg”:“Upgrading databases”}
{“level”:“info”,“ts”:1696942699.4198492,“caller”:“upgrade/database.go:195”,“msg”:“Database upgrade complete”,“upgraded_count”:0}
{“level”:“info”,“ts”:1696942699.420918,“caller”:“upgrade/security.go:31”,“msg”:“There are no users in 1.x, nothing to upgrade”}
{“level”:“info”,“ts”:1696942699.4236367,“caller”:“upgrade/upgrade.go:488”,“msg”:“Upgrade successfully completed. Start the influxd service now, then log in”,“login_url”:“http://localhost:8086”}

Hello @TheHighway78,
I’m assuming you’re already familiar with this documentation? Or this is what you’re referring to?

I dont know where your data went. If you follow this upgrade you should be able to see yoru data.
Did you create DBRP mappings?

Thanks