<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smath.com/en-US/index.php?action=history&amp;feed=atom&amp;title=Recreating_SMath_Database</id>
	<title>Recreating SMath Database - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smath.com/en-US/index.php?action=history&amp;feed=atom&amp;title=Recreating_SMath_Database"/>
	<link rel="alternate" type="text/html" href="https://wiki.smath.com/en-US/index.php?title=Recreating_SMath_Database&amp;action=history"/>
	<updated>2026-05-13T10:21:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://wiki.smath.com/en-US/index.php?title=Recreating_SMath_Database&amp;diff=295&amp;oldid=prev</id>
		<title>Gleb.Zaborshchikov: Created page with &quot;In some rare cases like lost admin password or internal data inconsistency it may be required to recreate Local Licensing Server database.  It may be performed as follows:  * Navigate to the folder from where you initialized your server application. It is where your compose file is stored * Stop server application by calling     &lt;nowiki&gt;docker compose down&lt;/nowiki&gt; * After server application is stopped you need to clean up docker volume, containing server database. I...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smath.com/en-US/index.php?title=Recreating_SMath_Database&amp;diff=295&amp;oldid=prev"/>
		<updated>2024-09-26T13:02:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In some rare cases like lost admin password or internal data inconsistency it may be required to recreate &lt;a href=&quot;/en-US/Local_Licensing_Server&quot; title=&quot;Local Licensing Server&quot;&gt;Local Licensing Server&lt;/a&gt; database.  It may be performed as follows:  * Navigate to the folder from where you initialized your server application. It is where your compose file is stored * Stop server application by calling     &amp;lt;nowiki&amp;gt;docker compose down&amp;lt;/nowiki&amp;gt; * After server application is stopped you need to clean up docker volume, containing server database. I...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In some rare cases like lost admin password or internal data inconsistency it may be required to recreate [[Local Licensing Server]] database.&lt;br /&gt;
&lt;br /&gt;
It may be performed as follows:&lt;br /&gt;
&lt;br /&gt;
* Navigate to the folder from where you initialized your server application. It is where your compose file is stored&lt;br /&gt;
* Stop server application by calling&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;docker compose down&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* After server application is stopped you need to clean up docker volume, containing server database. In order to perform it we need to find out this volume name. It may be discovered by calling &lt;br /&gt;
    &amp;lt;nowiki&amp;gt;docker volume ls&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Previous command will show you all docker volumes on your machine. Please find one, called &amp;#039;&amp;#039;&amp;#039;XXX_postgres-data-XXX&amp;#039;&amp;#039;&amp;#039; where &amp;#039;&amp;#039;&amp;#039;XXX&amp;#039;&amp;#039;&amp;#039; most likely will be your company name. Remove it by calling &lt;br /&gt;
    &amp;lt;nowiki&amp;gt;docker volume rm XXX_postgres-data-XXX&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Make sure the volume has been deleted by calling one more time &lt;br /&gt;
    &amp;lt;nowiki&amp;gt;docker volume ls&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Your database is cleaned now and in order to recreate it you need to start your server application over again by calling&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;docker compose up -d&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Your database is empty now and it is necessary to configure &amp;#039;&amp;#039;&amp;#039;admin&amp;#039;&amp;#039;&amp;#039; password over again and configure your license on &amp;#039;&amp;#039;&amp;#039;Licenses&amp;#039;&amp;#039;&amp;#039; page as it is described in your [https://smath.com/en-US/management/DeliveryDoc delivery instruction]&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;/div&gt;</summary>
		<author><name>Gleb.Zaborshchikov</name></author>
	</entry>
</feed>