The maintenance tag has no wiki summary.
0
votes
0answers
11 views
how to handle multi-release of a project
I have to maintain three separate releases of a project, (1) development (2) UAT (3) production. For each i have separate DB, Servers, and machines.
Project is the same one that all 3 releases are ...
0
votes
1answer
13 views
Pushing notification message to all website users before maintenance starts
I'm building an admin panel where several people are entering data for most of the day (it can take almost an hour to fill a whole form) - and I'm adding features / fixing bugs at the same time. So I ...
-1
votes
0answers
6 views
“App”-serverside - Maintenance and compatibility [closed]
I´m currently making an App for AppStore and we're getting ready for release.
I have some problem and thoughts I'd like to have answered.
We have a REST API-ish server backend to our app. And the ...
0
votes
2answers
54 views
PHP Javascript maintenance page
I used this in my index.php
<?
include('config.php');
if($site->maintenance > 0){
echo "<script>document.location.href='maintenance'</script>";
exit;
...
0
votes
1answer
40 views
How to remove wp_login on index .php?
Using wordpress 3.5.1 : Please is there anyone to help me :
How to remove wp login on index .php ????
http://cabcongo.org
I used to work on Maintenance Mode with a plugin on wordpress ;
1- I ...
0
votes
0answers
20 views
Capistrano - Writing your own task
I'm using Capistrano to deploy my Symfony2 application and I'm using the cap deploy:web:disable task to put my site into maintenance mode. However, I'm looking to customise the page and have read on a ...
0
votes
0answers
46 views
Machine Learning Algorithms for Predictive Maintenance Scheduling
I am trying to design a MATLAB (and possible C++ next) model that will deliver a prediction-based maintenance schedule for a particular asset of interest. Currently, my input data is maintenance ...
-1
votes
2answers
59 views
Temporary maintenance page using Mod_Rewrite harmful to my Google standing and/or SEO? [closed]
I'm planning on putting up a temporary maintenance page for ~6 hours using a technique I found here (http://css-tricks.com/snippets/htaccess/temporary-maintenance-using-mod_rewrite/). The code looks ...
0
votes
0answers
45 views
SSIS Fail entire package once a specified number of errors or task failures has been reached…is there a way?
I've got a monster of a SSIS package built and getting closer to testing. I'm working on the final touches which are exit codes.
The task runs these operations in this order:
Get database list ...
0
votes
0answers
20 views
What documentation should I ask before commiting to maintain a software?
I work in a company with a number of departments and from time to time we are asked to give maintenance to software that others have built.
I was asked to list what documentation / artifacts our ...
1
vote
2answers
115 views
maintenance.flag file usage
When i first started using Magento and I first made a backup, i ticked the put website into maintenance mode button. Once this was done when i tried to visit my site i was given a 503 error ( i think ...
1
vote
2answers
75 views
ColdFusion IIS maintenance page
We have all of our ColdFusion sites running through IIS and when we are upgrading ColdFusion we would like to be able to have a single maintenance page that will cover all of them.
How would you go ...
-1
votes
2answers
26 views
Code maintenance, replacing code [closed]
If I'm maintaining a code base and want to replace some code, should I just erase it, make a comment on the change and why it was replaced, and implement the new code? Or should I comment out the ...
2
votes
3answers
123 views
How to handle deployment of white-labeled platform mobile apps?
I'm working on a product that will be deployed to many different organizations (ideal scenario, dozens). Each deployment of the system (composed of native apps for iOS and Android) will involve the ...
-2
votes
1answer
64 views
Is LocalDb available for commercial usage? [closed]
Is LocalDb available for commercial usage?
If yes, I want to know if it will be necessary on user's machine (where localdb would be installed) do some administration work? (for quick example - do ...
0
votes
0answers
13 views
Best way to maintain systemversions with small deviations?
I am about to start work on a rather large php application that, in the end, supposively should be useable in different countries.
The problem is that unfortunately i cannot just make a single ...
0
votes
3answers
250 views
How to maintain sqllite local database and update online..?
I am not able to put my question in proper order.
Let me expalin what I am trying to achieve.
I am developing Android App which used local database which I put in Asset folder.
Database is installed ...
0
votes
2answers
70 views
How to disable http cache in the entire site?
I need to be able to put the site in 'maintenance mode'. So I'm using a cheap hack like this one in app.php (the original app.php was moved to app.php.bak):
<?php
$key = 123;
...
0
votes
0answers
136 views
dbus-daemon.exe infection [closed]
I have a strange problem in my windows 7 home premium,
Each 10 seconds The windows or a Spyware is focusing/clicking on the start menu
Also it's copying the following in the clipboard :
[Window ...
1
vote
0answers
124 views
Django maintenance mode approach
i use an approach to maintenance mode on my django project:
in settings i declare a variable named: MAINTENANCE_MODE
after imported settings file in urls.py, i use if condition related to ...
0
votes
0answers
90 views
Team Development with ASP.net - Advantages and Drawbacks of Local Copies of a Website For Each Developer? [closed]
I figure that providing each developer a local copy of the website (including a local copy of the website's database (at least the schema and barebones data)) would provide them with tools they need ...
1
vote
1answer
70 views
Is matplotlib still maintained [closed]
Since the matplotlib maintainer recently past away I have question whether this library is still maintained? I was on its homepage but there is not such information there.
0
votes
1answer
89 views
Customer website maintenance/work order management system
I develop websites for customers, and recently I have been searching for a good maintenance management software. That will let me enroll my customers, and let them post their work orders, or requests ...
1
vote
2answers
46 views
GAE/P - schedule downtime for maintenance
I'm doing some refactoring of my entities and I'd like to temporarily shut down all access to my app engine app (except for admin) to prevent users modifying any entities while I am performing the ...
-1
votes
2answers
95 views
MySQL, Deleting old data, changing computer clock time online
I have designed a mechanism for deleting old data from MySQL tables.
Each row in a table includes current date measurement, and i am deleting chunks of records that are to old relatively to the ...
0
votes
0answers
27 views
Which platform to use for customer access to software with maintenance contracts [closed]
I am developing a software targeted at enterprises which I plan to sell for a fixed amount. The price includes 1 year of maintenance. If the customer wants to prolong the maintenance period he pays an ...
2
votes
1answer
102 views
Pros and Cons putting codes (PHP/HTML/SQL) inside database? [closed]
I wanted to make this as wiki, but I'm too new for that. Well, here's the scenario:
My company has a 'framework', that allows use to build a site rather quickly. The 'framework' depends on database ...
1
vote
1answer
81 views
Static analysis tools for JSF/Grails application
In the context of software development, code maintenance might introduce errors in the system since there are share code elements - such as variables and methods. I know that there exist several tools ...
-1
votes
1answer
71 views
How to better write code behind a windows form? [closed]
Dear stackoverflowers,
Hi.
I am working on a fairly large-scale MS .Net windows form project containing many windows forms. Each form has it's own presentation rules. For example "if this textbox is ...
-1
votes
1answer
34 views
How can i build a site that checks if a server is online? [closed]
I like the site a www.isup.me!
The company I work for has many sites we have to monitor on a daily basis. Can you help steer me in the right direction as to how i would begin building a site, ...
0
votes
0answers
39 views
Site in maintenance : How to give a private access to alias subdomains too?
I've got a Wordpress website in maintenance mode using this code in the .htaccess file :
<Limit GET POST PUT>
order deny,allow
deny from all
allow from xx.xxx.xxx.xxx
</LIMIT>
...
1
vote
0answers
40 views
Restoring IIS 6 and 7 Config
My company websites are set to maintenance on weekly basis and we are doing it by pointing the physical path in IIS to the maintenance folder (I know it's not a good practice but that's how they ...
1
vote
0answers
55 views
Is there a way to schedule Heroku maintenance mode in advance?
We have an app running on heroku that we need to put into maintenance mode for an hour during the night while Amazon perform maintenance on the RDS instance we are using.
Does anyone know of a good ...
1
vote
0answers
108 views
Using subdomains or subdirectories for Mobile version of site
I'm setting up a site. And like everybody, I have to plan on separate mobile presentation. I've read several articles about the SEO aspect of using a subdirectory, subdomain, or just different content ...
0
votes
1answer
452 views
How to check database integrity in production mode using another daemon?
I want to have a daemon to monitor a database's health to make sure it is not corrupted, it will be running a script,
what would be the best integrity check without compromising the performance?
1- ...
0
votes
1answer
48 views
Update Android application without restarting the device
I have an application that is running 24/7 on a dedicated android device. The app is configured in Google Play to update automatically. The app downloads and installs without any issues.
The part I ...
0
votes
0answers
93 views
How to show maintenance page while Server is restarting
Is there a way of my Web application showing a "Server Down for maintenance" while the Windows 2008 R2 server is restarting after automatically installing Windows Updates.
The application is run on ...
3
votes
4answers
155 views
Advice on application log levels
I'm currently working in a large project with a lot of applications that are communicating with each other.
Me and my team manage and adjust the applications in the system with necessary bug fixes ...
1
vote
1answer
368 views
how to disconnect all logged users in sql server except sa?
speI would like to disconnect all users from sql server except sa.
THe need for this is:
I wrote a dB maintenance utility for my ERP. Before running it I need to ask all users to logoff.
So somehow ...
0
votes
0answers
41 views
About software maintenace questions [closed]
1) What are the tasks for software maintenance?
2) What methods are the best practices in identifying and fixing bugs in code?
2
votes
3answers
132 views
Optimum method for handling complex configuration in Java
So I'm building various indexing and ingestion classes in Java for Accumulo
But my problem is not directly related.
I have a properties file storing a long list (let's say a good two dozen and ...
0
votes
0answers
180 views
Using batch files to edit registery keys to restrict users windows 7 [closed]
I have about 20 computers that I maintain at work. These computers only have one user account and it's the Admin account of course. Due to some security issues I need to create new user accounts with ...
0
votes
2answers
169 views
How do scripts such as vBulletin launch regular maintenance jobs without using cron jobs?
How do scripts such as vBulletin launch regular maintenance jobs without cron jobs? For example, vBulletin does not update thread view counts in real-time, and only does so hourly according to their ...
0
votes
1answer
23 views
What tool or method am I supposed to use to find performance point is in a web application?
I am maintaining a custom service system which is written in apache + php + mysql + html + javascript, the question is it costs too much time to get the web pages, What tool or method am I supposed to ...
0
votes
1answer
80 views
Creating a type based identification number in old code with minimal changes
I am maintaining a very old (20+ years) and quite large (15 KLOC) library that has various types of objects which are currently identified by an integer. This poses the issue that just given the ...
1
vote
1answer
45 views
mysql optimize table or create a new one
I have a MySQL MyISAM table which has 6.5G overhead. I'm in doubt whether I should optimize the table, or just create a new one, populate from the old one and rename it.
This is a production ...
0
votes
1answer
90 views
FlashDevelop actionscript 3 code maintenance - duplicate class names
I use FlashDevelop -
I am working on code in ActionScript 3.
I started working on a 72hour project for Ludum dare and afterwards decided to get a fresh start with a new angle on the same idea. So I ...
0
votes
1answer
98 views
Is it possible to patch clustered SQL Server without a BizTalk outage?
We have a BizTalk Server install backed by a clustered SQL environment for high availability.
However, whenever the SQL environment is patched there is a momentary outage as part of node failover. ...
2
votes
3answers
176 views
good practice for saving objects to database [closed]
Lately we've been wondering what people find works well for saving your business objects / entities to a database. For purpose of discussion, consider the example of an order with a few items in it ...
0
votes
0answers
51 views
How to maintain incremental obfuscation?
We are using Zelix to obfuscate different components of a large Java software.
Until now we were excluding many parts from name obfuscation in order to avoid any type of incremental obfuscation ...





