2020-09-10 20:11:56 +00:00
|
|
|
# Notification data structure
|
|
|
|
#
|
|
|
|
# - id: unqiue ID for notification, cannot start with digit, no spaces, a-z and 0-9
|
|
|
|
# level: note or warn
|
|
|
|
# scope:
|
|
|
|
# - list of URL paths to show notification on, no scope shows everywhere
|
|
|
|
# message: |
|
|
|
|
# Markdown message content.
|
2020-09-10 16:41:37 +00:00
|
|
|
|
2021-04-29 20:04:33 +00:00
|
|
|
- id: v2-cloud-upgrade
|
2020-11-11 17:08:52 +00:00
|
|
|
level: note
|
2020-09-10 16:41:37 +00:00
|
|
|
scope:
|
2021-04-20 21:58:10 +00:00
|
|
|
- /influxdb/v1
|
2020-09-10 16:41:37 +00:00
|
|
|
message: |
|
2021-04-29 20:04:33 +00:00
|
|
|
### Upgrade to InfluxDB Cloud or InfluxDB 2.0!
|
|
|
|
**InfluxDB Cloud** and **InfluxDB OSS 2.0** ready for production.
|
2020-09-10 16:41:37 +00:00
|
|
|
|
2021-04-29 20:04:33 +00:00
|
|
|
- [Upgrade to InfluxDB Cloud](/influxdb/cloud/upgrade/v1-to-cloud/)
|
|
|
|
- [Upgrade to InfluxDB OSS 2.0](/influxdb/v2.0/upgrade/v1-to-v2/)
|