<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.wiki.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=User1</id>
	<title>BlueSpice - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.wiki.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=User1"/>
	<link rel="alternate" type="text/html" href="https://en.wiki.bluespice.com/wiki/Special:Contributions/User1"/>
	<updated>2026-04-06T12:59:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://en.wiki.bluespice.com/w/index.php?title=User_blog:User1&amp;diff=12207</id>
		<title>User blog:User1</title>
		<link rel="alternate" type="text/html" href="https://en.wiki.bluespice.com/w/index.php?title=User_blog:User1&amp;diff=12207"/>
		<updated>2025-06-13T13:08:53Z</updated>

		<summary type="html">&lt;p&gt;User1: Root blog page created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>User1</name></author>
	</entry>
	<entry>
		<id>https://en.wiki.bluespice.com/w/index.php?title=Archive:Setup:Installation_Guide/Patch_Update&amp;diff=8471</id>
		<title>Archive:Setup:Installation Guide/Patch Update</title>
		<link rel="alternate" type="text/html" href="https://en.wiki.bluespice.com/w/index.php?title=Archive:Setup:Installation_Guide/Patch_Update&amp;diff=8471"/>
		<updated>2024-03-27T10:52:13Z</updated>

		<summary type="html">&lt;p&gt;User1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains instructions for a patch update (e.g., from version 4.1.x to a higher version 4.1.x+).&lt;br /&gt;
&lt;br /&gt;
==Backup==&lt;br /&gt;
First, you need to make a backup of your database:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mysqldump -u root -p --all-databases &amp;gt; all_databases.sql&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;To make your code base more secure, save it to a secure location of your choice:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#Linux bash&lt;br /&gt;
cp -r codebase your_secure_place&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
# Win bash&lt;br /&gt;
xcopy codebase your_secure_place\ /E&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Renew the code base==&lt;br /&gt;
Unzip the archive (new Wiki version). Overwrite the old wiki code base with the new wiki version code:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#Linux bash&lt;br /&gt;
cp -r new_version_codebase old_version_codebase&lt;br /&gt;
rm -rf new_version_codebase&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#Win bash&lt;br /&gt;
xcopy new_version_codebase old_version_codebase\ /E/H #path/ -  to tell xcopy that path is a directory.&lt;br /&gt;
rmdir new_version_codebase /Q/S&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Local settings and data==&lt;br /&gt;
[[File:cutedResult.png|right|1025x1025px|alt=Screenshot of the file structure of the cuted result]]&lt;br /&gt;
&lt;br /&gt;
===Compare local files and some manual made settings===&lt;br /&gt;
The following files and folders contain local changes:&lt;br /&gt;
*settings files &lt;br /&gt;
**settings.d/ folder&amp;lt;span&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;/span&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039;&lt;br /&gt;
** all files that contain &#039;local.php&#039; in settings.d/ folder &amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
*extension/BlueSpiceFoundation/config/ folder (only available until BlueSpice 4.2.x){{Bsvs|bsvTo=4.2.x}}&lt;br /&gt;
*images/ folder&lt;br /&gt;
*all LocalSettings.php  files&amp;lt;span&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt; [[File:File settingsPHP.png|alt=example screenshot of a list of LocalSettings.php files.]] &amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Copy from your backup Local files and some manual made settings===&lt;br /&gt;
For a fast copy, use this bash command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#Linux Bash&lt;br /&gt;
cd your_secure_place&lt;br /&gt;
cp -r images/ LocalSettings.* settings.d/ codebase/&lt;br /&gt;
cp -r /extensions/BlueSpiceFoundation/config /codebase/extensions/BlueSpiceFoundation/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#Win Bash&lt;br /&gt;
cd your_secure_place&lt;br /&gt;
for %I in (images/ LocalSettings.* settings.d/) do copy %I codebase/&lt;br /&gt;
for %I in (config/ data/) do copy %I codebase/extensions/BlueSpiceFoundation/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Run the update==&lt;br /&gt;
After all preparations are done and code base is overwritten, do the following steps:&lt;br /&gt;
&lt;br /&gt;
#open a console and go to the installation folder   (LocalSettings.php directory-level, see: right-image)&lt;br /&gt;
#enter the following command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
php maintenance/update.php&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Messagebox|boxtype=note|Note text=If you use Linux for your BlueSpice installation, please note that the file system permissions may be lost when overwriting the code base!}}&lt;br /&gt;
==Check your current Version==&lt;br /&gt;
Open the page &amp;lt;code&amp;gt;Special:Version&amp;lt;/code&amp;gt; in your Wiki and check &#039;&#039;BlueSpice(Credits)&#039;&#039;:[[File:version43_cuted.png|alt=Version information on special page &amp;quot;Version&amp;quot;|center]]&lt;br /&gt;
==If problems occur==&lt;br /&gt;
&lt;br /&gt;
*Visit our [https://sourceforge.net/p/bluespice/support-requests/ SourceForge] support forum or  [http://sourceforge.net/tracker/?func=add&amp;amp;group_id=358032&amp;amp;atid=1494709 report a bug].&lt;br /&gt;
*For general questions regarding the installation, maintenance, and usage of BlueSpice free, go to our [https://sourceforge.net/p/bluespice/discussion/1249668/ SourceForge help forum].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;span /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[de:Setup:Installationsanleitung/Patch_Update]]&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>User1</name></author>
	</entry>
	<entry>
		<id>https://en.wiki.bluespice.com/w/index.php?title=User:User1&amp;diff=8470</id>
		<title>User:User1</title>
		<link rel="alternate" type="text/html" href="https://en.wiki.bluespice.com/w/index.php?title=User:User1&amp;diff=8470"/>
		<updated>2024-03-27T10:51:57Z</updated>

		<summary type="html">&lt;p&gt;User1: create user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userpage standard content}}&lt;/div&gt;</summary>
		<author><name>User1</name></author>
	</entry>
</feed>