mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
Fix service message formatting (#5917)
* Updated service message * Update service-message.mdx
This commit is contained in:
@@ -24,7 +24,8 @@ import { getImage, GatsbyImage } from 'gatsby-plugin-image'
|
||||
<summary>Why is ingestion paused, and for how long?</summary>
|
||||
<p>
|
||||
We're migrating the Postgres database for our US cloud to make PostHog faster, and more scalable. We can't migrate the database efficiently while it's in use, so we've temporarily paused ingestion. This is a planned event and is not related to an incident or outage.
|
||||
|
||||
</p>
|
||||
<p>
|
||||
We started work at 09:00 UTC, May 12 and expect it to take up to four hours. If it takes longer, we'll keep this page updated with the latest information. We'll remove the in-app banner once work is finished.
|
||||
</p>
|
||||
</details>
|
||||
@@ -40,9 +41,11 @@ import { getImage, GatsbyImage } from 'gatsby-plugin-image'
|
||||
<summary>What will the impact be?</summary>
|
||||
<p>
|
||||
This work will only impact users on our US Cloud, regardless of where they are in the world. Self-hosted and EU Cloud users are unaffected.
|
||||
|
||||
</p>
|
||||
<p>
|
||||
You'll still be able to log in and use PostHog to analyze historic data as normal, but no new data will be ingested to PostHog while this maintenance is underway. Instead, we'll store data and ingest it as normal once the work is complete. Events will be delayed, but not lost.
|
||||
|
||||
</p>
|
||||
<p>
|
||||
Feature flags and experiments will function as expected for your users, but you won't be able to make changes to them until the maintenance is complete.
|
||||
</p>
|
||||
</details>
|
||||
@@ -58,8 +61,9 @@ import { getImage, GatsbyImage } from 'gatsby-plugin-image'
|
||||
<summary>How do I report an issue not covered here?</summary>
|
||||
<p>
|
||||
If you're seeing a bug or other unexpected behaviour, you can <a href="http://app.posthog.com/home#supportModal" target="_blank">report it in the app</a>. Alternatively, you can <a href="/questions" target="_blank">ask us a question via the community forum</a>.
|
||||
|
||||
If you suspect an outage or incident affecting PostHog services, we recommend checking [our status page](https://status.posthog.com/) before reporting.
|
||||
</p>
|
||||
<p>
|
||||
If you suspect an outage or incident affecting PostHog services, we recommend checking our <a href="https://status.posthog.com/" target="_blank">status page</a> before reporting.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user