Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore on an InfluxDB backup results in _internal series in user database #8320

Closed
rhysmeister opened this issue Apr 25, 2017 · 2 comments
Closed

Comments

@rhysmeister
Copy link

Bug report

System info: [Include InfluxDB version, operating system name, and other relevant details]

InfluxDB 1.1 on Redhat Enterprise 6.8

Steps to reproduce:

sudo service influxdb stop # instance must be stopped to restore
su - influxdb
# Restore the meta store first
influxd restore -metadir /var/lib/influxdb/meta/ /path/to/backup
influxd restore -database db1  -datadir /var/lib/influxdb/data /path/to/backup
influxd restore -database db2 -datadir /var/lib/influxdb/data /path/to/backup
sudo chown -R influxdb:influxdb /var/lib/influxdb
sudo service influxdb start

Expected behavior: [What you expected to happen]

All databases restore as exist on the instance the backup was taken from. When doing a "SHOW SERIES" in a user database the _internal series should not appear.

Actual behavior: [What actually happened]

Series from _internal database appear in user database as well as in the _internal database

https://community.influxdata.com/t/-internal-series-appearing-in-user-database/672

@dgnorton dgnorton added the 1.x label Jan 7, 2019
@stale
Copy link

stale bot commented Jul 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 24, 2019
@stale
Copy link

stale bot commented Jul 31, 2019

This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.

@stale stale bot closed this as completed Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants