0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Paul D'Ambra
4ef6fe571f
fix: even more hobby upgrade fangling (#25526) 2024-10-10 20:55:49 +01:00
Paul D'Ambra
8c5d063903
fix: source env after changing it (#25518) 2024-10-10 16:49:44 +00:00
Paul D'Ambra
a1369b3c83
fix: encryption salt keys for self hosted take 4 (#25504) 2024-10-10 14:57:43 +02:00
Paul D'Ambra
c0368cc422
fix: encryption salt key is not any random string (#25483) 2024-10-09 18:25:44 +01:00
Paul D'Ambra
c99d8250eb
fix: encryption salt keys for the plugin server (#25454) 2024-10-09 09:26:48 +01:00
Paul D'Ambra
c88da23201
fix: upgrade script assumes variable presence (#24749) 2024-09-03 14:25:03 +01:00
Michael Matloka
08eab1f9c0
style: Fix "Posthog" capitalization (#15426)
* style: Fix "Posthog" capitalization

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-09 18:31:34 +02:00
James Greenhill
647c3c408c
fix: Upgrade docker-compose when we upgrade the hobby stack (#13204) 2022-12-07 19:21:49 -08:00
James Greenhill
8a297770df
fix: Don't use tmpl ext for docker-compose base yml (#13202) 2022-12-08 02:45:23 +00:00
James Greenhill
c311af5630
fix: Have hobby upgrade script extend base docker-compose (#13168) 2022-12-06 20:02:11 +00:00
Daniel
1d05f68deb
fix: Update description for hobby upgrade script (#12064)
* fix: Update description for hobby upgrade script

In the original warning's language (written by yours truly), I don't mention which version number nor which dates are relevant to the issue.

[x] Added a check to see if the containers exist or not (`docker volume ls | grep -Pzoq 'root_cl2ickhouse-data\n(.|\n)*root_postgres-data\n'`)
[x] Added the dates and version number now allows users to better understand if the warning is relevant to them.
[x] Minor improvements to the language and instructions

* feat: track warning states for better user prompts

Use state from pre-update volume presence check to show post-install warning about data loss in addition to pre-upgrade warning.

* Improve references to docker container names

Previously instructions erroneously included my particular instance's containing folder. Changed grep check and added 'wildcards' in the instructions to clarify that it might be named differently depending on the environment.
2022-10-11 18:55:36 +00:00
Harry Waye
cd56870754
fix(hobby): don't start frontend in hobby deploy (#12118)
We are running yarn install and starting the frontend dev server for
hobby. This isn't necessary or desired as the image is prebuilt.

Note we also need to update the /compose/start as well, in the upgrade.
It could probably do with a refactor but I'm not going to do that now.
2022-10-06 09:25:57 -07:00
Daniel
497f5f678c
fix: add persistent volumes to docker-compose-hobby (#11256)
* Add persistent volumes to docker-compose-hobby

Per the discussion in https://github.com/PostHog/posthog/issues/10792, implemented the "Kessel Fix" in less than a parsec.

* Add warning text to user prompts to avoid data loss

Following discussion with PH team, we wanted to give users the information needed to properly manage the data in their installation and avoid potential data loss.
2022-08-12 15:31:24 +01:00
Guido Iaquinti
3f3f146b3e
chore(hobby deployments): various fixes (#9914)
* chore(hobby deployments): various fixes

* default do not check versions for current hobby release

Co-authored-by: James Greenhill <fuziontech@gmail.com>
2022-05-23 11:15:57 -07:00
Tiina Turban
8ba6168933
feat(async-migrations): Hobby upgrade to check async migrations first (#8899) 2022-03-09 14:42:15 +01:00
Tiina Turban
de831d9930
fix(hobby-deploy): loading enviroment variables (#8908) 2022-03-07 14:44:24 -08:00
Tim Glaser
b74c54d117
Add hobby upgrade script (#8289)
* Add hobby upgrade script

* Add hobby upgrade script

* Write env file

* Pull new image
2022-01-27 08:45:17 -08:00