Commit Graph

38 Commits

Author SHA1 Message Date
Michael Stenta 30f70615b9 Fix incorrect Drush migrate:rollback commands in docs. 2022-01-17 05:08:44 -05:00
Michael Stenta 017efc07a7 Document how to enable translations. 2022-01-12 06:04:39 -05:00
Michael Stenta d41e4e4e84 Combine the BCMath and GEOS requirements into one item. 2021-12-28 13:38:56 -05:00
Michael Stenta 60ca070d76 Specifically require PHP 7.4 in installation docs. 2021-12-28 13:38:23 -05:00
Michael Stenta 394daa9f06 Reference non-existent farmos/farmos:2.x.y Docker tag in production hosting docs/examples.
By doing this, we will be forcing the end-user to follow best
practice by making an intentional decision about the version
they will use. We do not want farmos/farmos:2.x to be referenced
by default in the docs, otherwise we will be directing folks to
use the development branch, which may not be stable, and may
change if they update the image via `docker pull`. We also don't
want to recommend farmos/farmos:latest, for a similar reason:
when updating between versions it is important to manually run
update.php. By forcing intentional version use and updates, we
encourage best practice for updates as well.
2021-12-23 07:10:22 -05:00
Michael Stenta 1f8941aff9 Document how to configure private filesystem in hosting docs. 2021-12-14 16:06:26 -05:00
Michael Stenta 23cd6296d3 Link from hosting/install docs to development/environment. 2021-12-03 10:34:55 -05:00
Michael Stenta 6d63bfbafb Correction in migration docs (farm_migrate:import). 2021-10-14 09:40:30 -04:00
Michael Stenta 74bbbd180f Document that it may be necessary to clear caches after farmOS updates. 2021-09-23 10:01:41 -04:00
Michael Stenta 09eb532f87 Document sensor data migration steps and considerations. 2021-09-20 15:07:25 -04:00
Michael Stenta 27b44cfd03 Document how to increase the Drush PHP memory limit for migrations. 2021-09-20 15:07:24 -04:00
Michael Stenta 9e6b6b0a7f Add a note about community modules to migration docs. 2021-09-20 12:11:07 -04:00
Michael Stenta 1652c4746f Add a farm_migrate:rollback Drush command that rolls back all farmOS migrations. 2021-09-15 14:22:09 -04:00
Michael Stenta a24c3ff221 Add a farm_migrate:import Drush command that executes all farmOS migrations. 2021-09-15 14:22:03 -04:00
Michael Stenta f3ec44d43e Issue #3189740 by m.stenta: Cannot rollback farm_migrate_asset_parent group migrations 2021-09-15 12:03:04 -04:00
Michael Stenta 14bb01e681 Rename farm_migrate_reference group to farm_migrate_asset_parent. 2021-09-15 12:03:04 -04:00
Michael Stenta f70ab7020e Document how to debug migration validation errors. 2021-09-15 09:01:51 -04:00
Michael Stenta e3a74c18e0 Document when to run farm_migrate_sensor_data migrations. 2021-04-01 11:22:28 -04:00
Michael Stenta babe340e21 Generalize hosting SSL instructions regarding sensor data streams. 2021-04-01 11:22:28 -04:00
Michael Stenta f3db655455 Issue #3203228: Running migrations out of order can result in data collisions 2021-03-12 08:14:50 -05:00
Michael Stenta a8350acca0 Add note about orphaned quantities to migration doc. 2021-03-01 08:15:46 -05:00
Michael Stenta 4041a46715 Rename the farm_migrate group to farm_migrate_config. 2021-03-01 08:15:46 -05:00
Michael Stenta 0555d774ae Split file migrations out to a farm_migrate_file migration group to resolve dependency issues. 2021-03-01 08:15:46 -05:00
Michael Stenta 5505a3c91a Email configuration documentation. 2021-02-25 23:50:51 -05:00
Michael Stenta 7b9bfa1c1e Updating farmOS documentation. 2021-02-25 23:50:51 -05:00
Michael Stenta 1126516024 Installing farmOS documentation. 2021-02-25 23:50:46 -05:00
Michael Stenta 8bbee97c7d Hosting farmOS documentation.
This is mostly copied from existing farmOS.org documentation,
modified and updated for 2.x.
2021-02-25 22:33:13 -05:00
Michael Stenta f6365c9425 Migration doc updates.
- Add an introduction.
- Organize important migration considerations.
- Link to sections.
2021-02-25 12:58:32 -05:00
Michael Stenta d38a5eb1d9 Split farm_migrate_user and farm_migrate_role out to their own migration groups.
This allows contrib modules to provide their own role migrations by replicating the farm_migrate_role config.
2021-02-25 12:58:32 -05:00
Michael Stenta 704791b6ef Add farm_migrate_plan group to migration instructions. 2021-02-23 08:59:07 -05:00
Michael Stenta 6010d3af8f Create a dedicated migration for Quantities. 2021-02-05 12:23:20 -05:00
Michael Stenta 6a7d5bc7b5 Explain that migrations are designed to be run on empty 2.x database. 2021-01-06 05:58:06 -05:00
Michael Stenta 74fc7965c9 Issue #3189740: Cannot rollback farm_migrate_reference group migrations - add a note to migration docs. 2021-01-04 06:26:43 -05:00
Michael Stenta d9bea90c25 Save warning messages when movement areas/geometry are overwritten. 2020-12-29 12:15:28 -05:00
Michael Stenta 342e0d8935 Allow movement log area/geometry data to be discarded via settings.php. 2020-12-29 06:55:38 -05:00
Michael Stenta 5ed78d6d68 Add some tips for migration troubleshooting. 2020-12-29 06:55:38 -05:00
Michael Stenta 70b5ce06ce Migrate Area terms to Land/Structure/Water assets using a custom d7_farm_area source plugin that extends from d7_taxonomy_term. 2020-12-29 06:55:38 -05:00
Michael Stenta 2324192f61 Move migration docs to hosting section. 2020-10-11 21:31:00 -04:00