Rello
d5940bda81
Update migrating_owncloud.rst - oC 10.13
...
oC 10.13
Signed-off-by: Rello <Rello@users.noreply.github.com >
2023-10-18 10:38:22 +02:00
Max
d4b5bb2210
enh(admin): explain data fingerprint in more detail
...
There are downsides to changing `data-fingerprint` after recovering from a backup:
* Conflicts are shown to the user rather than automatically resolved.
* Files will be kept even if they were deleted on one side.
Explain those so the admin can make an informed decision.
Signed-off-by: Max <max@nextcloud.com >
2023-09-25 14:16:23 +02:00
Daniel Kesselberg
1c4e073bdc
chore: normalize spelling for PHP + version
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2023-08-31 15:49:00 +02:00
Marcel Müller
bcbf8a5e57
Add note about migrations run by background jobs
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2023-06-16 09:31:31 +02:00
Christoph Wurst
18462b5bc0
feat(adminmanual): Create critical changes section for admins
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2023-05-26 13:14:20 +02:00
Joas Schilling
994a1292e8
Fix URL syntax
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-03-24 10:19:49 +01:00
Arthur Schiwon
51f5c8a52d
update informaiton on migration from owncloud
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-03-23 13:33:02 +01:00
Daniel
fcf11639cc
Merge pull request #9392 from p-bo/patch-19
...
lowercase instead of uppercase, colon instead of comma
2022-12-14 22:57:02 +01:00
Daniel
1a0e63975d
Update admin_manual/maintenance/package_upgrade.rst
...
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-14 22:53:47 +01:00
Daniel
4e31df17c5
Merge pull request #9393 from p-bo/patch-21
...
tweak to render structured, add warning
2022-12-06 23:32:25 +01:00
Vincent Petry
6034de3149
Update instructions for upgrading from ownCloud 10.11
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2022-11-28 22:05:05 +01:00
p-bo
b980bbfa4c
Update package_upgrade.rst
2022-11-18 16:17:29 +01:00
p-bo
cb6727cb93
tweak to render structured
...
Without it, lines are concatenated and content is thus cluttered.
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-11-18 15:57:55 +01:00
p-bo
42c6cb2c6e
lowercase instead of uppercase, colon instead of comma
...
There was combination of comma, followed by uppercase article which is not correct. So replaced upper case article with lowercase one and tried also other variants instead of comma between sentences and colon seems to fit best (but may be only subjective perception).
Signed-off-by: p-bo <pavel.borecki@gmail.com >
2022-11-18 14:42:56 +01:00
Andrew Dawes
e1bc8c6667
Fixed several typos and grammar errors
...
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com >
2022-10-25 07:32:25 +02:00
Jonny1797
60366863cc
Minor typo
2022-05-31 20:41:46 +02:00
Louis Chemineau
80a7b679c7
Add doc about dry-run option for add-missing-* cmd
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2022-02-28 17:36:55 +01:00
Christian Wolf
60b125da7d
Corrected admin text styles
...
Signed-off-by: Christian Wolf <github@christianwolf.email >
2021-12-16 18:30:43 +01:00
allexzander
9ee21e6838
Update the 'Migrating' page to include optional 'maintenance:data-fingerprint' command step. ( #7170 )
...
Signed-off-by: alex-z <blackslayer4@gmail.com >
2021-10-05 13:19:01 +02:00
Robin Windey
aae701ba6e
Add php APCu hint to command line based updater
...
With respect to https://github.com/nextcloud/server/issues/27781 we should add a hint regarding the PHP CLI parameters for APCu like we did in c5fa1b6859 (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) and 38a0a33e4e (diff-48dc187eeb03371b5ad6886b33043bf060884809c1d51a3568c5d29e40e3bf13) for the cronjob.
2021-09-18 11:55:52 +02:00
Sander
629ddac5da
Update migrating_owncloud.rst
...
Typo
2021-06-28 10:13:33 +02:00
Joas Schilling
39838e1d3b
Fix link to mysql 4byte docs
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-06-17 10:30:07 +02:00
Morris Jobke
62b4402f82
Fix code block
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2021-06-17 10:20:07 +02:00
Jos Poortvliet
a9a4591c2b
add the note about 4 byte support
...
So ppl don't miss it... Including me...
2021-06-17 10:17:59 +02:00
Morris Jobke
5ba9346879
Merge pull request #6504 from nextcloud/revert-6393-design/image-alt-tags
...
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-05-03 15:17:12 +02:00
Jos Poortvliet
7a2d60d4ef
Merge branch 'master' into general-improvements
2021-05-03 10:08:15 +02:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2021-04-15 20:18:42 +02:00
Marius Blüm
ac59ddfed6
Update Release Schedule + Minor fixes
...
Signed-off-by: Marius Blüm <marius@lineone.eu >
2021-01-31 23:46:00 +01:00
Vincent Petry
9f9892f333
Add doc to migrate from OC 10.5 to NC 20.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com >
2021-01-12 18:09:24 +01:00
Sascha Wiswedel
0944962916
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2020-11-25 09:56:32 +01:00
Mat M
20aadeef29
Improve suggested command line
...
Since mostly the www-data user has no shell, you cannot easily cd and the sudo locally.
Signed-off-by: Mat M <matm@gmx.fr >
2020-11-22 23:59:07 +01:00
OidaTiftla
6b360416ac
Correct typo: emoijs -> emojis
2020-07-04 22:53:48 +02:00
Morris Jobke
67010d83bf
Clarify on upgrade steps for long running steps
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-05-06 18:25:21 +02:00
Morris Jobke
30d2060811
Clarify ownCloud migration version
2020-04-27 10:45:47 +02:00
kesselb
e7eec58711
Revert "Fix database file name in backup documentation"
2020-04-20 15:03:13 +02:00
Damien Regad
05a7e412ac
Fix typo in migrating.rst
2020-04-17 17:35:43 +02:00
Lennart Jern
3623e9abe3
Fix database file name in backup documentation
...
Signed-off-by: Lennart Jern <lennart.jern@gmail.com >
2020-03-31 19:49:06 +03:00
Markus Hansmair
b42c3ea572
added instructions concerning cron-jobs in manual_upgrade.rst
...
Signed-off-by: Markus Hansmair <mh_github@gmx.net >
2019-11-18 22:35:38 +01:00
Jonas Sulzer
d74f699dfe
👌 IMPROVE: updater is not an app
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch >
2019-04-22 14:25:57 +02:00
BernieO
0d05e5d865
readd option A to rsync command
...
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de >
2019-04-14 07:40:19 +02:00
i-need-to-tell-you-something
058f9f179c
Fix tiny typo.
2019-02-10 22:05:10 +00:00
Marin Mikaël
ac18caac30
Fix dead link to snapcraft's installation page
2019-01-24 13:20:15 +00:00
Jani Uusitalo
9ff752fb02
Fix indefinite article before Nextcloud (an->a)
2019-01-10 17:44:30 +02:00
BernieO
3e11bbbb33
Correction of restoring PostgreSQL database
...
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de >
2018-12-19 01:23:39 +09:00
Hans Erasmus
30a076089f
Updated the "3rd party APPS" upgrade instructions
...
So there was a comment about "Needs better instruction".
2018-11-29 22:06:42 +01:00
Mitja Sovec
d4ee4cab73
Fix a missing s
2018-11-29 16:27:30 +00:00
Mitja Sovec
725ee14703
Added point 9 to remind user to copy theme
2018-11-29 16:27:29 +00:00
Martin
60c259fd2f
Fix a typo
...
"...an Nextcloud..." > "...a Nextcloud..."
2018-11-16 10:41:51 +01:00
Fermulator
d130e57566
add tar.gz2 example to manual upgrade steps
2018-10-14 12:02:00 -04:00