<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Backup file not showing]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2011&amp;type=atom" />
	<updated>2011-05-23T13:10:16Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2011</id>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9226#p9226" />
			<content type="html"><![CDATA[<p>Hi, </p><p>&nbsp; You may try this </p><p>mysqldump -u root -h localhost -pPassword123 accountdb &gt; /opt/backup/db/accountdb.sql</p><p>Where -pPassword123 should you your Password (Remember to append your password just after the -p)</p><p>database name: accountdb (Change to your frontaccounting database name)</p><p>Hope it help.</p>]]></content>
			<author>
				<name><![CDATA[tclim]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4821</uri>
			</author>
			<updated>2011-05-23T13:10:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9226#p9226</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9225#p9225" />
			<content type="html"><![CDATA[<p>You can try to change max_execution_time in php.ini to some bigger value. But I guess better solution for very big databases is to use external mysql backup, and not rely on&nbsp; solutions&nbsp; provided by web tools like phpmyadmin or FA builtin backup service.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-05-23T12:57:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9225#p9225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9215#p9215" />
			<content type="html"><![CDATA[<p>Hello Joe,</p><p>thanks for your reply. To be candid, I believe the files are huge because we sell retails and a lot of little transaction you need to enter. so one has to enter like about 70 to 100 records per day.</p><p>So how do I resolve this?</p><p>Thanks.</p><p>Popsicles12.</p>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2011-05-21T12:49:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9215#p9215</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8899#p8899" />
			<content type="html"><![CDATA[<p>Normally the backup routine runs like a charm.<br />I guess we should look around. You got that when doing a backup.<br />Do you see any other errors in your errors.log in the /tmp folder?<br />Is this a huge company? Huge data?</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-26T21:13:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8899#p8899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8895#p8895" />
			<content type="html"><![CDATA[<p>hello&nbsp; joe</p><p>thanks for your reply.i had to enable the debug feature to let me know what is really happening. This is the error i found.</p><p>maximum execution time of 60seconds exceeded in C:\xampp\htdocs\frontaccounts\includes\db\connect_db.inc in line 112.</p><p>where do i correct this. I have gone to php.ini file to increase the max_execution_time but to no avail.</p><p>please help.</p><p>thanks in advance</p><p>popsicles12.</p>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2011-04-26T19:28:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8895#p8895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8736#p8736" />
			<content type="html"><![CDATA[<p>It should work allright. Maybe you should upgrade to 2.3.3.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-10T12:29:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8736#p8736</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Backup file not showing]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8729#p8729" />
			<content type="html"><![CDATA[<p>Hello Joe,</p><p>Thanks for your prompt response to all my questions.</p><p>I have a situation right now with backup. When I try to back up, you see the activity bar showing that the backup is being carried out but after some time, the backup is complete but the backup file cannot be found. what do I do.</p><p>I was thinking it is the max_execution_time. I increased it and it is still the same thing. there is no error whatsoever. I am using version 2.2.11.</p><p>thanks for your response.</p><p>popsicles12</p>]]></content>
			<author>
				<name><![CDATA[popsicles12]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36</uri>
			</author>
			<updated>2011-04-09T19:43:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8729#p8729</id>
		</entry>
</feed>
